API Documentation
Public Attributes | List of all members
nkGraphics::MapRequestDescriptor Struct Reference

A description of a request to map a resource. More...

Public Attributes

MAP _mapType = MAP_WRITE_DISCARD
 The map type requested.
 
union {
   BufferSubResourceDescriptor   _buffer
 If the request is made to map a buffer, this member should be populated.
 
   TextureSubResourceDescriptor   _texture = TextureSubResourceDescriptor()
 If the request is made to map a texture, this member should be populated.
 
}; 
 

Detailed Description

A description of a request to map a resource.


The documentation for this struct was generated from the following file: